TaskDelegationState Enumeration |
Represents the status types of a delegated task.
Namespace:
Independentsoft.Msg
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic enum TaskDelegationState
Public Enumeration TaskDelegationState
Members|
| Member name | Value | Description |
|---|
| NoMatch | 0 |
Specifies that this is not a delegated task or that the task request has been created but not sent. This is also used for a task request message, whether in the owner’s Sent Items folder or the delegate’s Inbox.
|
| OwnNew | 1 |
Specifies that this is a new task request that has been sent, but the delegate has not yet responded to the task.
|
| Owned | 2 |
Specifies that a task has been accepted. This value should not be in the enumeration.
|
| Accepted | 3 |
Specifies that the task has been accepted.
|
| Declined | 4 |
Specifies that the task has been declined.
|
| None | 5 |
None.
|
See Also